home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / test / testsyn.sml < prev    next >
Encoding:
Text File  |  1997-08-18  |  100 b   |  8 lines  |  [TEXT/R*ch]

  1. (* This test contains---intentionally--- a syntax error *)
  2.  
  3. let
  4.   val x = 25
  5. in
  6.  (x, 10, x; x)
  7. end;
  8.